Skip to content

Commit

Permalink
Merge branch 'release/0.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas committed Feb 16, 2022
2 parents beaede2 + 6ff03ba commit f6428e6
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 81 deletions.
15 changes: 3 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,15 @@ module github.com/gildas/go-gcloudcx
go 1.16

require (
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cncf/xds/go v0.0.0-20211215212155-112fc4fa679d // indirect
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
github.com/gildas/go-core v0.4.10
github.com/gildas/go-errors v0.2.2
github.com/gildas/go-logger v1.4.1
github.com/gildas/go-request v0.5.0
github.com/gildas/go-logger v1.5.0
github.com/gildas/go-request v0.6.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.4.0
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/api v0.63.0 // indirect
google.golang.org/grpc v1.43.0 // indirect
)
Loading

0 comments on commit f6428e6

Please sign in to comment.