File tree Expand file tree Collapse file tree 3 files changed +1189
-29
lines changed
Expand file tree Collapse file tree 3 files changed +1189
-29
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v2
1717 with :
18- go-version : 1.16
18+ go-version : 1.21
1919
2020 - name : Install non-Go deps
2121 run : |
Original file line number Diff line number Diff line change @@ -4,22 +4,20 @@ go 1.13
44
55require (
66 github.com/NeowayLabs/wabbit v0.0.0-20210927194032-73ad61d1620e
7- github.com/containerd/containerd v1.6.18 // indirect
7+ github.com/containerd/containerd v1.6.26 // indirect
88 github.com/farsightsec/go-nmsg v0.2.0
99 github.com/fsouza/go-dockerclient v1.7.8 // indirect
1010 github.com/gogo/protobuf v1.3.2
11- github.com/golang/protobuf v1.5.2
11+ github.com/golang/protobuf v1.5.3
1212 github.com/graph-gophers/graphql-go v1.3.0
13- github.com/klauspost/compress v1.14.2 // indirect
1413 github.com/machinebox/graphql v0.2.2
1514 github.com/matryer/is v1.2.0 // indirect
1615 github.com/moby/sys/mount v0.3.1 // indirect
1716 github.com/opentracing/opentracing-go v1.2.0 // indirect
1817 github.com/pborman/uuid v1.2.0 // indirect
1918 github.com/rabbitmq/amqp091-go v1.3.0 // indirect
2019 github.com/satori/go.uuid v1.2.0
21- github.com/sirupsen/logrus v1.8.1
22- github.com/spf13/afero v1.8.1 // indirect
20+ github.com/sirupsen/logrus v1.9.3
2321 github.com/spf13/cobra v1.3.0
2422 github.com/spf13/viper v1.10.1
2523 github.com/streadway/amqp v1.0.0
You can’t perform that action at this time.
0 commit comments