policy: remove 5 dependencies

This commit is contained in:
Michael Muré
2024-08-30 23:12:32 +02:00
parent 4b24eef195
commit 5b26d85c37
3 changed files with 12 additions and 39 deletions

9
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/ucan-wg/go-ucan/v1
go 1.22.1
go 1.21
toolchain go1.22.1
require (
github.com/gobwas/glob v0.2.3
@@ -9,7 +11,6 @@ require (
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-varint v0.0.6
github.com/stretchr/testify v1.9.0
github.com/wI2L/jsondiff v0.6.0
)
require (
@@ -23,10 +24,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tidwall/gjson v1.17.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect