Skip to content

Commit

Permalink
and another squadron version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
janhalfar committed Feb 16, 2021
1 parent b7d9d47 commit 3f0fb23
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 10 deletions.
20 changes: 14 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
module github.com/foomo/gograpple

go 1.14
go 1.15

require (
github.com/foomo/squadron v0.8.3
github.com/foomo/squadron v0.8.9
github.com/go-delve/delve v1.4.1
github.com/sirupsen/logrus v1.6.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/sirupsen/logrus v1.7.1
github.com/spf13/cobra v0.0.6
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/api v0.18.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/api v0.20.2
k8s.io/klog/v2 v2.5.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.0.3 // indirect
)
Loading

0 comments on commit 3f0fb23

Please sign in to comment.