mirror of
https://github.com/shizunge/endlessh-go.git
synced 2026-06-23 04:10:08 +00:00
update go to 1.26.1
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
module endlessh-go
|
||||
|
||||
go 1.24.2
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/golang/glog v1.2.5
|
||||
github.com/oschwald/geoip2-golang v1.13.0
|
||||
github.com/pierrre/geohash v1.1.3
|
||||
github.com/pires/go-proxyproto v0.8.1
|
||||
github.com/prometheus/client_golang v1.23.2
|
||||
)
|
||||
|
||||
@@ -15,7 +16,6 @@ require (
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
||||
github.com/pires/go-proxyproto v0.8.1 // indirect
|
||||
github.com/prometheus/client_model v0.6.2 // indirect
|
||||
github.com/prometheus/common v0.66.1 // indirect
|
||||
github.com/prometheus/procfs v0.16.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user