chore: added directories and update go deps

This commit is contained in:
David Allen 2025-08-14 07:41:47 -06:00
parent 1413312893
commit a8c16ed715
Signed by: towk
GPG key ID: 793B2924A49B3A3F
4 changed files with 17 additions and 0 deletions

3
go.mod
View file

@ -7,6 +7,7 @@ require (
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.1.0
github.com/lestrrat-go/jwx/v2 v2.1.1
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.8.0
github.com/tidwall/sjson v1.2.5
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
@ -21,6 +22,8 @@ require (
github.com/lestrrat-go/httprc v1.0.6 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.14.2 // indirect