diff --git a/README.md b/README.md index 0c34f3e..ea2b5df 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Portainer Stack Utils is a CLI client for [Portainer](https://portainer.io/) wri ## Supported Portainer API -This application was created for the latest Portainer API, which at the time of writing is [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0). +This application was created for the latest Portainer API, which at the time of writing is [1.22.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.0). ## How to install diff --git a/go.mod b/go.mod index db730eb..940a4f3 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.12 require ( github.com/joho/godotenv v1.3.0 github.com/mitchellh/go-homedir v1.1.0 - github.com/portainer/portainer v0.0.0-20190604035120-c1433eff0dde + github.com/portainer/portainer v0.0.0-20190726020158-0b2a76d75a41 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.3.2 diff --git a/go.sum b/go.sum index 12dce40..d5a3c64 100644 --- a/go.sum +++ b/go.sum @@ -26,8 +26,8 @@ github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181 github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/portainer/portainer v0.0.0-20190604035120-c1433eff0dde h1:UyBfo+OfcYHC43XcLJcAs0BI2ZD4Lfynehk3yJTuVh4= -github.com/portainer/portainer v0.0.0-20190604035120-c1433eff0dde/go.mod h1:XXujMKBnBMNC9Et0mL41InhBxITYiKNqxpj39e9fz/w= +github.com/portainer/portainer v0.0.0-20190726020158-0b2a76d75a41 h1:YvUbWfwTt9cxQZFo2MsJlWJgsBgYG3JU0wR1w2+9D+s= +github.com/portainer/portainer v0.0.0-20190726020158-0b2a76d75a41/go.mod h1:XXujMKBnBMNC9Et0mL41InhBxITYiKNqxpj39e9fz/w= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=