Skip to content

Commit

Permalink
update go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
rajagopalans committed Sep 11, 2023
1 parent 3883637 commit 63d5f95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module terraform-provider-apstra
module github.com/Juniper/terraform-provider-apstra

go 1.20

require (
github.com/IBM/netaddr v1.5.0
github.com/Juniper/apstra-go-sdk v0.0.0-20230825133620-6efce2701dbc
github.com/Juniper/apstra-go-sdk v0.0.0-20230907203620-edfc8d77ec13
github.com/chrismarget-j/go-licenses v0.0.0-20230424163011-d60082a506e0
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/terraform-plugin-docs v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/IBM/netaddr v1.5.0 h1:IJlFZe1+nFs09TeMB/HOP4+xBnX2iM/xgiDOgZgTJq0=
github.com/IBM/netaddr v1.5.0/go.mod h1:DDBPeYgbFzoXHjSz9Jwk7K8wmWV4+a/Kv0LqRnb8we4=
github.com/Juniper/apstra-go-sdk v0.0.0-20230825133620-6efce2701dbc h1:xWyWkz9h397z7LTxL54V6EFDK6SG1O2hNkToCOyGP+c=
github.com/Juniper/apstra-go-sdk v0.0.0-20230825133620-6efce2701dbc/go.mod h1:/bOt1ftHy9phf3PPgxMH5d/41S3N9xpxzeOj8JMLh2E=
github.com/Juniper/apstra-go-sdk v0.0.0-20230907203620-edfc8d77ec13 h1:kXws8AtWnKchC7sZvvvRZbsV1xkluvdBce+0lUFNNSc=
github.com/Juniper/apstra-go-sdk v0.0.0-20230907203620-edfc8d77ec13/go.mod h1:/bOt1ftHy9phf3PPgxMH5d/41S3N9xpxzeOj8JMLh2E=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=
Expand Down

0 comments on commit 63d5f95

Please sign in to comment.