Skip to content

Commit

Permalink
feat: update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Sep 25, 2024
1 parent f9983d0 commit 55fec5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alerts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/kava-labs/go-tools/alerts
go 1.21.9

require (
cosmossdk.io/math v1.3.0
github.com/aws/aws-sdk-go-v2 v1.9.1
github.com/aws/aws-sdk-go-v2/config v1.6.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.1.4
Expand All @@ -14,7 +15,6 @@ require (
github.com/slack-go/slack v0.9.4
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.63.2
)

require (
Expand All @@ -28,7 +28,6 @@ require (
cosmossdk.io/depinject v1.0.0-alpha.4 // indirect
cosmossdk.io/errors v1.0.1 // indirect
cosmossdk.io/log v1.3.1 // indirect
cosmossdk.io/math v1.3.0 // indirect
cosmossdk.io/tools/rosetta v0.2.1 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
Expand Down Expand Up @@ -216,6 +215,7 @@ require (
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
Expand Down

0 comments on commit 55fec5f

Please sign in to comment.