@@ -23,7 +23,6 @@ require (
2323 github.com/getsentry/sentry-go v0.27.0
2424 github.com/google/go-cmp v0.6.0
2525 github.com/google/uuid v1.6.0
26- github.com/gosimple/slug v1.14.0
2726 github.com/hashicorp/go-envparse v0.1.0
2827 github.com/joho/godotenv v1.5.1
2928 github.com/mattn/go-isatty v0.0.20
@@ -40,9 +39,9 @@ require (
4039 github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
4140 github.com/wk8/go-ordered-map/v2 v2.1.8
4241 github.com/zealic/go2node v0.1.0
42+ go.jetify.com/typeid v1.1.0
4343 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
4645 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
4746 golang.org/x/mod v0.16.0
4847 golang.org/x/oauth2 v0.19.0
@@ -94,6 +93,7 @@ require (
9493 github.com/google/go-github/v53 v53.2.0 // indirect
9594 github.com/google/go-querystring v1.1.0 // indirect
9695 github.com/google/renameio/v2 v2.0.0 // indirect
96+ github.com/gosimple/slug v1.14.0 // indirect
9797 github.com/gosimple/unidecode v1.0.1 // indirect
9898 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
9999 github.com/h2non/filetype v1.1.3 // indirect
@@ -124,6 +124,7 @@ require (
124124 github.com/therootcompany/xz v1.0.1 // indirect
125125 github.com/ulikunitz/xz v0.5.12 // indirect
126126 github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
127+ go.jetpack.io/typeid v1.0.1-0.20240410183543-96a4fd53d1e2 // indirect
127128 go4.org v0.0.0-20230225012048-214862532bf5 // indirect
128129 golang.org/x/crypto v0.22.0 // indirect
129130 golang.org/x/sys v0.19.0 // indirect
0 commit comments