Skip to content

Commit

Permalink
chore(deps): bump github.com/cosmos/interchain-security/v5 from 5.0.0…
Browse files Browse the repository at this point in the history
… to 5.1.0 (#614)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Warehime <eric.warehime@gmail.com>
Co-authored-by: Alex Johnson <alex@skip.money>
  • Loading branch information
3 people authored Jul 30, 2024
1 parent 4c2a87f commit 8bc4bfb
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 84 deletions.
2 changes: 1 addition & 1 deletion contrib/images/slinky.e2e.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/skip-mev/slinky-dev-base as builder
FROM ghcr.io/skip-mev/slinky-dev-base AS builder

WORKDIR /src/slinky

Expand Down
2 changes: 1 addition & 1 deletion contrib/images/slinky.generator.dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ./contrib/images/slinky.generator.dev.Dockerfile

# Stage 1: Build the Go application
FROM golang:1.22 as builder
FROM golang:1.22 AS builder

WORKDIR /src/slinky

Expand Down
2 changes: 1 addition & 1 deletion contrib/images/slinky.local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/skip-mev/slinky-dev-base as builder
FROM ghcr.io/skip-mev/slinky-dev-base AS builder

WORKDIR /src/slinky

Expand Down
2 changes: 1 addition & 1 deletion contrib/images/slinky.sidecar.dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/skip-mev/slinky-dev-base as builder
FROM ghcr.io/skip-mev/slinky-dev-base AS builder

WORKDIR /src/slinky

Expand Down
2 changes: 1 addition & 1 deletion contrib/images/slinky.sidecar.e2e.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/skip-mev/slinky-dev-base as builder
FROM ghcr.io/skip-mev/slinky-dev-base AS builder

WORKDIR /src/slinky

Expand Down
2 changes: 1 addition & 1 deletion contrib/images/slinky.sidecar.prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/skip-mev/slinky-dev-base as builder
FROM ghcr.io/skip-mev/slinky-dev-base AS builder

WORKDIR /src/slinky

Expand Down
25 changes: 12 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/skip-mev/slinky

go 1.22
go 1.22.2

require (
cosmossdk.io/api v0.7.5
cosmossdk.io/client/v2 v2.0.0-beta.1
cosmossdk.io/client/v2 v2.0.0-beta.4
cosmossdk.io/collections v0.4.0
cosmossdk.io/core v0.11.0
cosmossdk.io/depinject v1.0.0
Expand All @@ -23,7 +23,7 @@ require (
github.com/cosmos/cosmos-sdk v0.50.8
github.com/cosmos/gogogateway v1.2.0
github.com/cosmos/gogoproto v1.5.0
github.com/cosmos/interchain-security/v5 v5.0.0
github.com/cosmos/interchain-security/v5 v5.1.1
github.com/ethereum/go-ethereum v1.14.7
github.com/gagliardetto/binary v0.8.0
github.com/gagliardetto/solana-go v1.11.0
Expand All @@ -35,19 +35,19 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/klauspost/compress v1.17.9
github.com/prometheus/client_golang v1.19.1
github.com/skip-mev/chaintestutil v0.0.0-20240116134208-3e49bf514803
github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/vektra/mockery/v2 v2.43.2
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.27.0
golang.org/x/sync v0.7.0
golang.org/x/vuln v1.1.3
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
gopkg.in/natefinch/lumberjack.v2 v2.2.1
Expand Down Expand Up @@ -106,7 +106,6 @@ require (
github.com/catenacyber/perfsprint v0.7.1 // indirect
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/charithe/durationcheck v0.0.10 // indirect
github.com/chavacava/garif v0.1.0 // indirect
Expand All @@ -120,14 +119,14 @@ require (
github.com/cockroachdb/pebble v1.1.1 // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
github.com/cometbft/cometbft-db v0.10.0 // indirect
github.com/cometbft/cometbft-db v0.12.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/iavl v1.1.2 // indirect
github.com/cosmos/ibc-go/modules/capability v1.0.0 // indirect
github.com/cosmos/ibc-go/v8 v8.2.0 // indirect
github.com/cosmos/ibc-go/v8 v8.3.2 // indirect
github.com/cosmos/ics23/go v0.10.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
Expand All @@ -142,9 +141,8 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/emicklei/dot v1.6.1 // indirect
Expand Down Expand Up @@ -190,6 +188,7 @@ require (
github.com/golangci/revgrep v0.5.3 // indirect
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/flatbuffers v1.12.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/google/s2a-go v0.1.7 // indirect
Expand Down Expand Up @@ -347,7 +346,7 @@ require (
gitlab.com/bosi/decorder v0.4.2 // indirect
go-simpler.org/musttag v0.12.2 // indirect
go-simpler.org/sloglint v0.7.1 // indirect
go.etcd.io/bbolt v1.3.8 // indirect
go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
go.mongodb.org/mongo-driver v1.11.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
Expand All @@ -370,7 +369,7 @@ require (
golang.org/x/tools v0.23.0 // indirect
google.golang.org/api v0.171.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 8bc4bfb

Please sign in to comment.