-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
gokit
, start using structured logging and improved CLI primi…
…tives
- Loading branch information
Showing
5 changed files
with
101 additions
and
1,195 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
module github.com/function61/function22 | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.21.5 | ||
|
||
require ( | ||
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 | ||
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 | ||
github.com/creack/pty v1.1.17 | ||
github.com/function61/gokit v0.0.0-20220102105228-f5a0195f3643 | ||
github.com/function61/gokit v0.0.0-20241219151907-f0ce2a6aac07 | ||
github.com/gliderlabs/ssh v0.3.3 | ||
github.com/spf13/cobra v1.2.1 | ||
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 | ||
tailscale.com v1.18.1 | ||
github.com/spf13/cobra v1.6.1 | ||
) | ||
|
||
require ( | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect | ||
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/lmittmann/tint v1.0.5 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pkg/xattr v0.4.4 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect | ||
) |
Oops, something went wrong.