From c661ded82a7655c1045bb47074362894cf82b9da Mon Sep 17 00:00:00 2001 From: Leon Fernandez Date: Tue, 12 Nov 2024 20:59:45 +0100 Subject: [PATCH] ...aaaaand add the go.mod stuff --- go.mod | 16 ++++++++-------- go.sum | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index f18d136..5df0e83 100644 --- a/go.mod +++ b/go.mod @@ -3,17 +3,10 @@ module tapir-cli go 1.21.0 require ( - github.com/dnstapir/tapir v0.0.0-20240927111630-589bd474c6e4 + github.com/dnstapir/tapir v0.0.0-20241112185916-6aeac4bb8fcf github.com/go-playground/validator/v10 v10.9.0 - github.com/google/uuid v1.4.0 - github.com/invopop/jsonschema v0.12.0 - github.com/lestrrat-go/jwx/v2 v2.0.21 - github.com/miekg/dns v1.1.57 - github.com/ryanuber/columnize v2.1.2+incompatible - github.com/smhanov/dawg v0.0.0-20220118194912-66057bdbf2e3 github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.18.1 - gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -25,24 +18,30 @@ require ( github.com/go-playground/locales v0.14.0 // indirect github.com/go-playground/universal-translator v0.18.0 // indirect github.com/goccy/go-json v0.10.3 // indirect + github.com/google/uuid v1.4.0 // indirect github.com/gookit/color v1.5.4 // indirect github.com/gookit/goutil v0.6.16 // indirect github.com/gorilla/websocket v1.5.1 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect + github.com/invopop/jsonschema v0.12.0 // indirect github.com/leodido/go-urn v1.2.1 // indirect github.com/lestrrat-go/blackmagic v1.0.2 // indirect github.com/lestrrat-go/httpcc v1.0.1 // indirect github.com/lestrrat-go/httprc v1.0.5 // indirect github.com/lestrrat-go/iter v1.0.2 // indirect + github.com/lestrrat-go/jwx/v2 v2.0.21 // indirect github.com/lestrrat-go/option v1.0.1 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mailru/easyjson v0.7.7 // indirect + github.com/miekg/dns v1.1.57 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pelletier/go-toml/v2 v2.1.0 // indirect + github.com/ryanuber/columnize v2.1.2+incompatible // indirect github.com/sagikazarmark/locafero v0.4.0 // indirect github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/segmentio/asm v1.2.0 // indirect + github.com/smhanov/dawg v0.0.0-20220118194912-66057bdbf2e3 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.6.0 // indirect @@ -62,4 +61,5 @@ require ( golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index b7f4550..027f2de 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 h1:rpfIENRNNilwHwZeG5+P150SMrnNEcHYvcCuK6dPZSg= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0= -github.com/dnstapir/tapir v0.0.0-20240927111630-589bd474c6e4 h1:11tSTJzxNjsuLCPyLPMgzEeqmWvoynxSXzBIR6TculE= -github.com/dnstapir/tapir v0.0.0-20240927111630-589bd474c6e4/go.mod h1:HawPZkAsNV3X7oAEXdGeL9bVlb6osfqyztqCn5EZyUs= +github.com/dnstapir/tapir v0.0.0-20241112185916-6aeac4bb8fcf h1:vu4ixsu/GKB0iC4iTRXa+Qo9hsOw85Q45MU1qYwT6vE= +github.com/dnstapir/tapir v0.0.0-20241112185916-6aeac4bb8fcf/go.mod h1:HawPZkAsNV3X7oAEXdGeL9bVlb6osfqyztqCn5EZyUs= github.com/eclipse/paho.golang v0.21.0 h1:cxxEReu+iFbA5RrHfRGxJOh8tXZKDywuehneoeBeyn8= github.com/eclipse/paho.golang v0.21.0/go.mod h1:GHF6vy7SvDbDHBguaUpfuBkEB5G6j0zKxMG4gbh6QRQ= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=