Skip to content

Commit

Permalink
Merge pull request #2 from jasonjoo2010/integrate-v1.0
Browse files Browse the repository at this point in the history
Integrate to v1.1.0
  • Loading branch information
jasonjoo2010 authored May 17, 2021
2 parents 4836368 + d1c5873 commit db1936a
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.14
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-sql-driver/mysql v1.5.0
github.com/jasonjoo2010/goschedule v1.0.0
github.com/jasonjoo2010/goschedule/store/database v1.0.0
github.com/jasonjoo2010/goschedule/store/etcdv2 v1.0.0
github.com/jasonjoo2010/goschedule/store/etcdv3 v1.0.0
github.com/jasonjoo2010/goschedule/store/redis v1.0.0
github.com/jasonjoo2010/goschedule/store/zookeeper v1.0.0
github.com/jasonjoo2010/goschedule v1.1.0
github.com/jasonjoo2010/goschedule/store/database v1.1.0
github.com/jasonjoo2010/goschedule/store/etcdv2 v1.1.0
github.com/jasonjoo2010/goschedule/store/etcdv3 v1.1.0
github.com/jasonjoo2010/goschedule/store/redis v1.1.0
github.com/jasonjoo2010/goschedule/store/zookeeper v1.1.0
github.com/robfig/cron v1.2.0
github.com/stretchr/testify v1.7.0 // test
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
Expand Down
Loading

0 comments on commit db1936a

Please sign in to comment.