Skip to content

Commit

Permalink
chore: vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Oct 9, 2024
1 parent c0bb532 commit cb4ef31
Show file tree
Hide file tree
Showing 7,287 changed files with 2,761,833 additions and 3 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ go 1.23.1
module github.com/cosmos/cosmos-sdk

require (
buf.build/gen/go/cometbft/cometbft/protocolbuffers/go v1.34.2-20240701160653-fedbb9acfd2f.2
buf.build/gen/go/cometbft/cometbft/protocolbuffers/go v1.34.2-20240701160653-fedbb9acfd2f.2 // indirect
cosmossdk.io/api v0.8.0 // main
cosmossdk.io/collections v0.4.1-0.20240802064046-23fac2f1b8ab // main
cosmossdk.io/core v1.0.0-alpha.4
Expand Down
1 change: 0 additions & 1 deletion simapp/simapp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
overrideModAttrs = (_: {
CGO_LDFLAGS = cgo_ldflags;
GOPRIVATE = "github.com/unionlabs/*";
GOFLAGS = "-mod=vendor";
GOWORK = "off";
});
};
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit cb4ef31

Please sign in to comment.