Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions go-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module go-service
go 1.15

require (
github.com/aws/aws-sdk-go v1.42.34 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/validator/v10 v10.4.0
github.com/gogo/protobuf v1.3.2 // indirect
Expand All @@ -15,15 +14,13 @@ require (
github.com/labstack/echo-contrib v0.9.0
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
go.mongodb.org/mongo-driver v1.7.4
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.20.1 // indirect
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.0
Expand Down
Loading