Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ekristen/atlas
Browse files Browse the repository at this point in the history
* 'master' of github.com:ekristen/atlas:
  fix(deps): update module github.com/rancher/wrangler to v0.8.6
  • Loading branch information
ekristen committed Sep 24, 2021
2 parents 97c69b1 + b212d49 commit b5d0428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/prometheus/client_golang v1.11.0
github.com/rancher/wrangler v0.8.5
github.com/rancher/wrangler v0.8.6
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 h1:NxR8Fh0eE7/5/5Zvl
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08/go.mod h1:9qZd/S8DqWzfKtjKGgSoHqGEByYmUE3qRaBaaAHwfEM=
github.com/rancher/wrangler v0.8.5 h1:aHUVvJrOhD6CGrAELWKDpo1MBDC8vKtEQZvjMPnw2cs=
github.com/rancher/wrangler v0.8.5/go.mod h1:dKEaHNB4izxmPUtpq1Hvr3z3Oh+9k5pCZyFO9sUhlaY=
github.com/rancher/wrangler v0.8.6 h1:z0PYRySnwEEPtybjSdcUbHlgznIuxQpseVP7OEsKOb0=
github.com/rancher/wrangler v0.8.6/go.mod h1:dKEaHNB4izxmPUtpq1Hvr3z3Oh+9k5pCZyFO9sUhlaY=
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
Expand Down

0 comments on commit b5d0428

Please sign in to comment.