refactor klarna stuff
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,12 +3,10 @@ module git.tornberg.me/go-cart-actor
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/Flaconi/go-klarna v0.0.0-20230216165926-e2f708c721d9
|
||||
github.com/matst80/slask-finder v0.0.0-20250418094723-2eb7d6615761
|
||||
github.com/prometheus/client_golang v1.22.0
|
||||
github.com/rabbitmq/amqp091-go v1.10.0
|
||||
github.com/yudhasubki/netpool v0.0.0-20230717065341-3c1353ca328e
|
||||
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
|
||||
google.golang.org/protobuf v1.36.6
|
||||
k8s.io/api v0.32.3
|
||||
k8s.io/apimachinery v0.32.3
|
||||
@@ -51,6 +49,7 @@ require (
|
||||
golang.org/x/term v0.31.0 // indirect
|
||||
golang.org/x/text v0.24.0 // indirect
|
||||
golang.org/x/time v0.11.0 // indirect
|
||||
golang.org/x/tools v0.32.0 // indirect
|
||||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user