Skip to content

Commit

Permalink
update to micro v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
camba1 committed Mar 10, 2021
1 parent f29a362 commit 87c3edf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 73 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
module goTempM

go 1.15
go 1.16

require (
github.com/arangodb/go-driver v0.0.0-20200618111046-f3a9751e1cf5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-redis/redis/v8 v8.4.2
github.com/golang/protobuf v1.4.3
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.6.0
github.com/lib/pq v1.3.0 // indirect
github.com/micro/micro/v3 v3.0.3-0.20201203103024-ee19e5f58de5
github.com/micro/micro/v3 v3.1.1
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
google.golang.org/protobuf v1.25.0

Expand Down
Loading

0 comments on commit 87c3edf

Please sign in to comment.