Skip to content

Commit

Permalink
feat: implement matching container names with wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
devbranch-vadym committed Jul 29, 2021
1 parent 6311f96 commit c759db0
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module portainerssh
go 1.16

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/gorilla/websocket v1.4.2
github.com/kopoli/go-terminal-size v0.0.0-20170219200355-5c97524c8b54
github.com/minio/pkg v1.0.11
github.com/spf13/viper v1.8.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/alecthomas/kingpin.v2 v2.2.6
Expand Down
Loading

0 comments on commit c759db0

Please sign in to comment.