Skip to content

Commit

Permalink
fix telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Dec 4, 2020
1 parent 4bdf903 commit 1e31238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/LeeEirc/jmstool

go 1.14
go 1.15

require (
github.com/LeeEirc/tclientlib v0.0.0-20201202100622-ef795d0df47d
github.com/LeeEirc/tclientlib v0.0.0-20201204094839-0ca50e509e92
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/LeeEirc/tclientlib v0.0.0-20201202100622-ef795d0df47d h1:VAXRG6FE6SgLa5V/8mDVf5z/KOCx6TxCtlgkudtUszg=
github.com/LeeEirc/tclientlib v0.0.0-20201202100622-ef795d0df47d/go.mod h1:RXNdd9nSPEKoFc9Avnd6Yx73AfhQNSAHL2O11a5m864=
github.com/LeeEirc/tclientlib v0.0.0-20201204085416-38551ff8acd9 h1:ZmtOYxAUU9u+tBlR5WNPsxYcxANtBSGMKxzBHNlIT8s=
github.com/LeeEirc/tclientlib v0.0.0-20201204085416-38551ff8acd9/go.mod h1:TF2v0XZYyRcZfx4NmA/EEFRkdKZLsQd8YnlhGKl1KUA=
github.com/LeeEirc/tclientlib v0.0.0-20201204094839-0ca50e509e92 h1:hKd6x2DwRp/n2xCVuVcWRjVifNUWDuEGBbn4LBB7S4Y=
github.com/LeeEirc/tclientlib v0.0.0-20201204094839-0ca50e509e92/go.mod h1:TF2v0XZYyRcZfx4NmA/EEFRkdKZLsQd8YnlhGKl1KUA=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down

0 comments on commit 1e31238

Please sign in to comment.