Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
brocwoodworthIBLX committed Mar 18, 2024
1 parent 7f9792f commit 27fe8f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 48 deletions.
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.20.7
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2
github.com/infobloxopen/atlas-app-toolkit v1.2.2-0.20220721202134-28480c4993fc
github.com/infobloxopen/atlas-app-toolkit/v2 v2.2.1
github.com/infobloxopen/protoc-gen-atlas-query-validate v0.5.2
github.com/infobloxopen/protoc-gen-atlas-validate v1.0.1
github.com/infobloxopen/protoc-gen-gorm v1.1.4
Expand All @@ -28,7 +28,6 @@ require (
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/glog v1.0.0 // indirect
Expand All @@ -39,16 +38,14 @@ require (
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/imdario/mergo v0.3.4 // indirect
github.com/infobloxopen/atlas-app-toolkit/v2 v2.2.1 // indirect
github.com/infobloxopen/atlas-app-toolkit v1.2.2-0.20220721202134-28480c4993fc // indirect
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/lyft/protoc-gen-star v0.6.0 // indirect
github.com/magefile/mage v1.10.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pseudomuto/protokit v0.2.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/afero v1.6.0 // indirect
Expand All @@ -66,7 +63,5 @@ require (
google.golang.org/grpc v1.48.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/datatypes v1.0.6 // indirect
gorm.io/driver/mysql v1.3.2 // indirect
gorm.io/gorm v1.23.2 // indirect
)
Loading

0 comments on commit 27fe8f2

Please sign in to comment.