@@ -23,7 +23,6 @@ require (
23
23
github.com/getsentry/sentry-go v0.27.0
24
24
github.com/google/go-cmp v0.6.0
25
25
github.com/google/uuid v1.6.0
26
- github.com/gosimple/slug v1.14.0
27
26
github.com/hashicorp/go-envparse v0.1.0
28
27
github.com/joho/godotenv v1.5.1
29
28
github.com/mattn/go-isatty v0.0.20
@@ -40,9 +39,9 @@ require (
40
39
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
41
40
github.com/wk8/go-ordered-map/v2 v2.1.8
42
41
github.com/zealic/go2node v0.1.0
42
+ go.jetify.com/typeid v1.1.0
43
43
go.jetpack.io/envsec v0.0.16-0.20240329013200-4174c0acdb00
44
- go.jetpack.io/pkg v0.0.0-20240415190428-d17de207b432
45
- go.jetpack.io/typeid v1.0.1-0.20240410183543-96a4fd53d1e2
44
+ go.jetpack.io/pkg v0.0.0-20240425160511-7b1b3c860422
46
45
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
47
46
golang.org/x/mod v0.16.0
48
47
golang.org/x/oauth2 v0.19.0
@@ -94,6 +93,7 @@ require (
94
93
github.com/google/go-github/v53 v53.2.0 // indirect
95
94
github.com/google/go-querystring v1.1.0 // indirect
96
95
github.com/google/renameio/v2 v2.0.0 // indirect
96
+ github.com/gosimple/slug v1.14.0 // indirect
97
97
github.com/gosimple/unidecode v1.0.1 // indirect
98
98
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
99
99
github.com/h2non/filetype v1.1.3 // indirect
@@ -124,6 +124,7 @@ require (
124
124
github.com/therootcompany/xz v1.0.1 // indirect
125
125
github.com/ulikunitz/xz v0.5.12 // indirect
126
126
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
127
+ go.jetpack.io/typeid v1.0.1-0.20240410183543-96a4fd53d1e2 // indirect
127
128
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
128
129
golang.org/x/crypto v0.22.0 // indirect
129
130
golang.org/x/sys v0.19.0 // indirect
0 commit comments