-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from antoniomika/am/dependency-upgrade
Updated dependencies and fix #155
- Loading branch information
Showing
10 changed files
with
181 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,45 @@ | ||
module github.com/antoniomika/sish | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 | ||
github.com/antoniomika/go-proxyproto v0.1.4-0.20200616163129-7fa9d35a141d | ||
github.com/antoniomika/oxy v1.1.1-0.20200517194743-bedd7c62c77e | ||
github.com/caddyserver/certmagic v0.11.2 | ||
github.com/cenkalti/backoff/v4 v4.0.2 // indirect | ||
github.com/caddyserver/certmagic v0.12.0 | ||
github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/go-playground/validator/v10 v10.3.0 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/go-playground/validator/v10 v10.4.1 // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/jpillora/ipfilter v1.2.1 | ||
github.com/jpillora/ipfilter v1.2.2 | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/klauspost/cpuid v1.3.0 // indirect | ||
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 | ||
github.com/mailgun/timetools v0.0.0-20170619190023-f3a7b8ffff47 // indirect | ||
github.com/miekg/dns v1.1.29 // indirect | ||
github.com/klauspost/cpuid v1.3.1 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/logrusorgru/aurora v2.0.3+incompatible | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mholt/acmez v0.1.3 // indirect | ||
github.com/miekg/dns v1.1.38 // indirect | ||
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a | ||
github.com/mitchellh/mapstructure v1.3.2 // indirect | ||
github.com/pelletier/go-toml v1.8.0 // indirect | ||
github.com/phuslu/geoip v1.0.20200531 // indirect | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/phuslu/iploc v1.0.20210129 // indirect | ||
github.com/pires/go-proxyproto v0.4.2 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect | ||
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect | ||
google.golang.org/protobuf v1.24.0 // indirect | ||
gopkg.in/ini.v1 v1.57.0 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
github.com/ugorji/go v1.2.4 // indirect | ||
github.com/vulcand/oxy v1.1.0 | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.16.0 // indirect | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/text v0.3.5 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
) | ||
|
||
go 1.15 | ||
replace github.com/vulcand/oxy => github.com/antoniomika/oxy v1.1.1-0.20210215225031-0afb828604bb | ||
|
||
replace github.com/pires/go-proxyproto => github.com/antoniomika/go-proxyproto v0.1.4-0.20210215223815-7210fcdac442 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters