-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
16 additions
and
15 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,19 +1,19 @@ | ||
module github.com/outsystems/cloud-connector | ||
|
||
require github.com/jpillora/chisel v1.8.1 | ||
require github.com/jpillora/chisel v1.9.1 | ||
|
||
require ( | ||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/jpillora/sizestr v1.0.0 // indirect | ||
golang.org/x/crypto v0.10.0 // indirect | ||
golang.org/x/net v0.11.0 // indirect | ||
golang.org/x/crypto v0.13.0 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.9.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
) | ||
|
||
replace github.com/jpillora/chisel => github.com/outsystems/chisel v1.8.2-0.20230703143833-b364cddb813a | ||
replace github.com/jpillora/chisel => github.com/outsystems/chisel v1.9.2-0.20230907100755-5627867c8f15 | ||
|
||
go 1.20 | ||
go 1.21 |
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