Skip to content

Commit a416dfe

Browse files
author
David Kraushuber
committed
Go mod update
1 parent 57353be commit a416dfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DavidKrau/terraform-provider-simplemdm
33
go 1.24.0
44

55
require (
6-
github.com/DavidKrau/simplemdm-go-client v0.2.2
6+
github.com/DavidKrau/simplemdm-go-client v0.2.3
77
github.com/hashicorp/terraform-plugin-framework v1.17.0
88
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
99
github.com/hashicorp/terraform-plugin-go v0.29.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ github.com/DavidKrau/simplemdm-go-client v0.2.1 h1:R/SKgDUsGoJjoXaq+mEjguPwwJWCq
66
github.com/DavidKrau/simplemdm-go-client v0.2.1/go.mod h1:tIrL/8ckUf4o2nmW9KCK91uDO3477WV+MEP77QYD0R0=
77
github.com/DavidKrau/simplemdm-go-client v0.2.2 h1:gmtIqYvXi7aBrpiJfWBHMwHJiNKP0E84TyKOSgwOeiA=
88
github.com/DavidKrau/simplemdm-go-client v0.2.2/go.mod h1:tIrL/8ckUf4o2nmW9KCK91uDO3477WV+MEP77QYD0R0=
9+
github.com/DavidKrau/simplemdm-go-client v0.2.3 h1:x+eCD14uBfKck9SSw0H5WGxLHoeVHKaa2wpHpcZZ0h8=
10+
github.com/DavidKrau/simplemdm-go-client v0.2.3/go.mod h1:tIrL/8ckUf4o2nmW9KCK91uDO3477WV+MEP77QYD0R0=
911
github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=
1012
github.com/Kunde21/markdownfmt/v3 v3.1.0/go.mod h1:tPXN1RTyOzJwhfHoon9wUr4HGYmWgVxSQN6VBJDkrVc=
1113
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=

0 commit comments

Comments
 (0)