From 106b79b800a10115a18c58a38607b22471358ddb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Jul 2021 21:27:34 +0000 Subject: [PATCH] fix(deps): update go dependencies --- apps/go.mod | 2 +- go.mod | 4 ++-- internal/simulation/go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/go.mod b/apps/go.mod index 0be60db26..eb451eeb4 100644 --- a/apps/go.mod +++ b/apps/go.mod @@ -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 diff --git a/go.mod b/go.mod index fcbac2855..019482e46 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/internal/simulation/go.mod b/internal/simulation/go.mod index 113a2b9c3..e07e4e940 100644 --- a/internal/simulation/go.mod +++ b/internal/simulation/go.mod @@ -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