mirror of
https://github.com/AuxXxilium/docker-ddns-server.git
synced 2024-11-23 23:00:59 +07:00
bump to golang 1.16
This commit is contained in:
parent
67a2d81992
commit
3be71a2f10
@ -5,8 +5,8 @@ language: go
|
||||
env: GO111MODULE=on
|
||||
|
||||
go:
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- 1.16.x
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
|
@ -1,15 +1,12 @@
|
||||
module github.com/benjaminbear/docker-ddns-server/dyndns
|
||||
|
||||
go 1.14
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/foolin/goview v0.3.0
|
||||
github.com/go-playground/validator/v10 v10.2.0
|
||||
github.com/jinzhu/gorm v1.9.12
|
||||
github.com/labstack/echo/v4 v4.1.15
|
||||
github.com/go-playground/validator/v10 v10.8.0
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/labstack/echo/v4 v4.4.0
|
||||
github.com/labstack/gommon v0.3.0
|
||||
github.com/tg123/go-htpasswd v1.0.0
|
||||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
|
||||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
||||
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user