Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module github.com/codeskyblue/gohttpserver
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/codeskyblue/dockerignore v0.0.0-20151214070507-de82dee623d9
|
|
github.com/codeskyblue/go-accesslog v0.0.0-20171215023101-6188d3bd9371
|
|
github.com/codeskyblue/openid-go v0.0.0-20160923065855-0d30842b2fb4
|
|
github.com/fork2fix/go-plist v0.0.0-20181126021357-36960be5e636
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
|
|
github.com/gorilla/handlers v1.4.0
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/gorilla/sessions v1.1.3
|
|
github.com/pkg/errors v0.8.0 // indirect
|
|
github.com/shogo82148/androidbinary v0.0.0-20180627093851-01c4bfa8b3b5
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/text v0.14.0
|
|
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
|
|
)
|