Skip to content

Commit

Permalink
Merge branch 'improvement/repl' of github.com:ajnavarro/gno into impr…
Browse files Browse the repository at this point in the history
…ovement/repl
  • Loading branch information
ajnavarro committed Aug 1, 2023
2 parents cf02e10 + 10efb5f commit 1a84ff9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ require (
github.com/linxGnu/grocksdb v1.7.15
github.com/mattn/go-runewidth v0.0.14
github.com/pelletier/go-toml v1.9.5
github.com/peterbourgon/ff/v3 v3.3.0
github.com/peterbourgon/ff/v3 v3.4.0
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.8.2
github.com/syndtr/goleveldb v1.0.0
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
go.etcd.io/bbolt v1.3.7
go.uber.org/multierr v1.9.0
golang.org/x/crypto v0.10.0
golang.org/x/crypto v0.11.0
golang.org/x/mod v0.9.0
golang.org/x/net v0.11.0
golang.org/x/term v0.9.0
golang.org/x/term v0.10.0
golang.org/x/tools v0.6.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -64,7 +64,7 @@ require (
github.com/rivo/uniseg v0.2.0 // indirect
go.opencensus.io v0.22.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
20 changes: 10 additions & 10 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a84ff9

Please sign in to comment.