chore(deps): updated dependencies
This commit is contained in:
parent
7224395e56
commit
06215de14f
2 changed files with 27 additions and 27 deletions
18
go.mod
18
go.mod
|
@ -8,6 +8,7 @@ require (
|
|||
github.com/hashicorp/terraform-plugin-docs v0.19.4
|
||||
github.com/hashicorp/terraform-plugin-framework v1.11.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
go.n16f.net/program v0.0.0-20240905080349-5f3363143961
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -71,18 +72,17 @@ require (
|
|||
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
|
||||
go.n16f.net/ejson v0.0.0-20240820145652-4e9192313c14 // indirect
|
||||
go.n16f.net/log v0.0.0-20240820155337-9eef10dcf842 // indirect
|
||||
go.n16f.net/program v0.0.0-20240831125021-3669d150b233 // indirect
|
||||
go.n16f.net/service v0.0.0-20240722110736-50b450094c5c // indirect
|
||||
go.n16f.net/service v0.0.0-20240905080653-027354f086d9 // indirect
|
||||
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
|
||||
golang.org/x/crypto v0.26.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
|
||||
golang.org/x/crypto v0.27.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
|
||||
golang.org/x/mod v0.20.0 // indirect
|
||||
golang.org/x/net v0.28.0 // indirect
|
||||
golang.org/x/net v0.29.0 // indirect
|
||||
golang.org/x/sync v0.8.0 // indirect
|
||||
golang.org/x/sys v0.24.0 // indirect
|
||||
golang.org/x/term v0.23.0 // indirect
|
||||
golang.org/x/text v0.17.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
|
||||
golang.org/x/sys v0.25.0 // indirect
|
||||
golang.org/x/term v0.24.0 // indirect
|
||||
golang.org/x/text v0.18.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
||||
google.golang.org/grpc v1.66.0 // indirect
|
||||
google.golang.org/protobuf v1.34.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue