Skip to content

Commit

Permalink
fix(deps): update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 10, 2021
1 parent 9a0afd4 commit 106b79b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Masterminds/sprig/v3 v3.2.2
github.com/andybalholm/brotli v1.0.1
github.com/charmbracelet/bubbles v0.7.6
github.com/charmbracelet/bubbletea v0.12.4
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ go 1.16
module nimona.io

require (
github.com/bmatcuk/doublestar v1.3.4
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/buger/jsonparser v1.1.1
github.com/docker/go-units v0.4.0
github.com/elliotchance/orderedmap v1.4.0
Expand All @@ -17,7 +17,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/libp2p/go-nat v0.0.5
github.com/mattn/go-sqlite3 v1.14.7
github.com/mattn/go-sqlite3/v2 v2.0.6
github.com/mitchellh/copystructure v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mr-tron/base58 v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion internal/simulation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/docker/v20 v20.10.7
github.com/docker/go-connections v0.4.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit 106b79b

Please sign in to comment.