Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
更新mod
  • Loading branch information
MMmaXingXing committed May 18, 2020
1 parent 9833996 commit 8a9145d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 121 deletions.
11 changes: 7 additions & 4 deletions example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ module gmicro
go 1.14

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gmsec/micro v0.0.0-20200509132353-c4ecace717cb
github.com/golang/protobuf v1.4.1
github.com/gookit/color v1.2.5 // indirect
github.com/miekg/dns v1.1.29 // indirect
github.com/xxjwxc/gowp v0.0.0-20200102094413-b08b68b60e54
github.com/xxjwxc/public v0.0.0-20200501040822-aad701d0c120
github.com/stretchr/testify v1.4.0 // indirect
github.com/xxjwxc/gowp v0.0.0-20200512110932-2a0c7dbb5cb8
github.com/xxjwxc/public v0.0.0-20200516205235-63a101d1dcfb
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
google.golang.org/genproto v0.0.0-20200507105951-43844f6eee31 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.22.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

replace github.com/gmsec/micro => ../
Loading

0 comments on commit 8a9145d

Please sign in to comment.