Skip to content

Commit

Permalink
Update gocd sdk version to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Jul 17, 2023
1 parent 855ae28 commit 029a940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/ghodss/yaml v1.0.0
github.com/nikhilsbhat/gocd-sdk-go v0.1.7-0.20230717144531-9715f5246839
github.com/nikhilsbhat/gocd-sdk-go v0.1.7
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/jinzhu/copier v0.3.5/go.mod h1:DfbEm0FYsaqBcKcFuvmOZb218JkPGtvSHsKg8S
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/nikhilsbhat/gocd-sdk-go v0.1.7-0.20230717144531-9715f5246839 h1:dTY1wJXUOI3ZswVzqBX03yvnfJXGrQLxUGlJQWmb6MU=
github.com/nikhilsbhat/gocd-sdk-go v0.1.7-0.20230717144531-9715f5246839/go.mod h1:bIE3Xr7rRzOo0xSX/oa13kXNdFTgCR3JtCh/SontbwM=
github.com/nikhilsbhat/gocd-sdk-go v0.1.7 h1:4pfQpwLHnby1bilJ8aatx3mYz50TxsgjOWxG+DvXKCU=
github.com/nikhilsbhat/gocd-sdk-go v0.1.7/go.mod h1:bIE3Xr7rRzOo0xSX/oa13kXNdFTgCR3JtCh/SontbwM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 029a940

Please sign in to comment.