Skip to content

Commit

Permalink
Merge pull request #45 from Scalingo/fix/go_1.17
Browse files Browse the repository at this point in the history
chore(go): use go 1.17
  • Loading branch information
EtienneM authored Jun 7, 2022
2 parents eb08de6 + 460acd5 commit 38666b3
Show file tree
Hide file tree
Showing 36 changed files with 71 additions and 2,901 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.16
LABEL maintainer="[email protected]"
FROM golang:1.17
LABEL maintainer="Léo Unbekandt <[email protected]>"

RUN go get github.com/cespare/reflex
RUN go install github.com/cespare/reflex@latest

ADD . /go/src/github.com/Scalingo/acadock-monitoring
WORKDIR /go/src/github.com/Scalingo/acadock-monitoring
Expand Down
45 changes: 36 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
module github.com/Scalingo/acadock-monitoring

go 1.16
go 1.17

require (
github.com/Scalingo/go-handlers v1.4.3
github.com/Scalingo/go-netns v0.0.0-20150428122709-21a4d4829db5
github.com/Scalingo/go-netstat v0.0.0-20150424143005-000351307090
github.com/Scalingo/go-utils/logger v1.1.0
github.com/docker/docker v20.10.12+incompatible // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fsouza/go-dockerclient v1.7.11
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
Expand All @@ -26,3 +18,38 @@ require (
github.com/urfave/negroni v1.0.0
gopkg.in/errgo.v1 v1.0.1
)

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/Microsoft/hcsshim v0.9.2 // indirect
github.com/Scalingo/go-utils/errors v1.1.0 // indirect
github.com/containerd/cgroups v1.0.3 // indirect
github.com/containerd/containerd v1.6.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/docker v20.10.12+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/sys/mountinfo v0.5.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/opencontainers/runc v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
5 changes: 0 additions & 5 deletions vendor/github.com/Azure/go-ansiterm/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/Azure/go-ansiterm/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/Microsoft/go-winio/go.mod

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/Microsoft/go-winio/go.sum

This file was deleted.

39 changes: 0 additions & 39 deletions vendor/github.com/Microsoft/hcsshim/go.mod

This file was deleted.

Loading

0 comments on commit 38666b3

Please sign in to comment.