Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-russell committed Dec 2, 2021
1 parent 3f3e0c2 commit 223e369
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/rubrikinc/rubrik-polaris-sdk-for-go-deprecated

go 1.14
go 1.17

require github.com/mitchellh/mapstructure v1.3.3
require github.com/mitchellh/mapstructure v1.4.3
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=
github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
2 changes: 1 addition & 1 deletion rubrikpolaris/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"strings"
"time"

"github.com/rubrikinc/rubrik-polaris-sdk-for-go/staticfile"
"github.com/rubrikinc/rubrik-polaris-sdk-for-go-deprecated/staticfile"
)

// Type and Constants are used for escaping Get requests
Expand Down

0 comments on commit 223e369

Please sign in to comment.