chore: updated go deps

This commit is contained in:
David Allen 2025-08-24 20:31:10 -06:00
parent 2da5ca3702
commit a54b39b296
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 1 additions and 50 deletions

5
go.mod
View file

@ -1,4 +1,4 @@
module git.towk2.me/towk/configurator
module git.towk2.me/towk/makeshift
go 1.24.4
@ -7,10 +7,8 @@ toolchain go1.24.6
require (
github.com/OpenCHAMI/jwtauth/v5 v5.0.0-20240321222802-e6cb468a2a18
github.com/cavaliergopher/grab/v3 v3.0.1
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/nikolalohinski/gonja v1.5.3
github.com/nikolalohinski/gonja/v2 v2.3.5
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.8.0
@ -22,7 +20,6 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/goph/emperror v0.17.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect