Skip to content

Commit

Permalink
Merge pull request #176 from kube-tarian/fix-build
Browse files Browse the repository at this point in the history
go mod update
  • Loading branch information
vramk23 authored Aug 19, 2023
2 parents c9d1731 + d590e1b commit f950515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/getkin/kin-openapi v0.108.0
github.com/gin-gonic/gin v1.8.1
github.com/gocql/gocql v1.3.1
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0
github.com/intelops/go-common v1.0.17
github.com/kelseyhightower/envconfig v1.4.0
Expand All @@ -33,7 +34,6 @@ require (
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
Expand Down

0 comments on commit f950515

Please sign in to comment.