Skip to content

Commit

Permalink
Tidy go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Jan 20, 2024
1 parent c1b0a27 commit 3916f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/aws/aws-sdk-go v1.17.7
github.com/elastic/go-elasticsearch/v8 v8.3.0
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/hairyhenderson/go-codeowners v0.4.0
github.com/jmoiron/sqlx v1.3.5
Expand Down Expand Up @@ -45,6 +44,7 @@ require (
github.com/go-stack/stack v1.8.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.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v2.0.8+incompatible // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand Down

0 comments on commit 3916f58

Please sign in to comment.