Skip to content

Commit

Permalink
Merge pull request #168 from ivan1993spb/issue_167
Browse files Browse the repository at this point in the history
Issue #167

build: update go to 1.19.5 and alpine to 3.16

* Update go.mod
* Update Dockerfile
* Update Makefile
* Update .github/workflows/go.yml
  • Loading branch information
ivan1993spb authored Feb 24, 2023
2 parents 2f4fdb0 + b4e3039 commit fda43e3
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
module github.com/ivan1993spb/snake-server

go 1.16
go 1.19

require (
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/evalphobia/logrus_sentry v0.8.2
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20170704074345-ac112f7d75a0
github.com/gorilla/websocket v1.4.2
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
Expand All @@ -20,3 +17,23 @@ require (
github.com/urfave/negroni v0.0.0-20171227212638-89f5378aa22c
gopkg.in/yaml.v2 v2.3.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)

0 comments on commit fda43e3

Please sign in to comment.