Skip to content

Commit

Permalink
deps: Bump Go dependencies (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored May 23, 2022
1 parent 36534e2 commit b68eb23
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 55 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/google/wire v0.5.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.1
github.com/klauspost/compress v1.13.6 // indirect
github.com/oklog/ulid v1.3.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/onsi/gomega v1.19.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2
github.com/pelletier/go-toml v1.9.5
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_golang v1.12.2
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.11.0
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
Expand All @@ -42,7 +42,7 @@ require (

require (
github.com/gorilla/mux v1.8.0
github.com/urfave/cli/v2 v2.3.0
github.com/urfave/cli/v2 v2.6.0
github.com/weaveworks-liquidmetal/flintlock/api v0.0.0-20211217111250-5f8d70c4a581
github.com/weaveworks-liquidmetal/flintlock/client v0.0.0-00010101000000-000000000000
github.com/yitsushi/file-tailor v1.0.0
Expand Down Expand Up @@ -115,7 +115,7 @@ require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit b68eb23

Please sign in to comment.