Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
chore: backup
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Jun 18, 2024
1 parent 558f1b7 commit 63478b6
Show file tree
Hide file tree
Showing 31 changed files with 422 additions and 2,097 deletions.
28 changes: 15 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
module github.com/postfinance/discovery

go 1.22
go 1.22.4

require (
connectrpc.com/connect v1.16.2
github.com/alecthomas/kong v0.7.1
github.com/coreos/go-oidc/v3 v3.5.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/google/renameio v1.0.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/pkg/errors v0.9.1
github.com/postfinance/flash v0.5.0
Expand All @@ -19,12 +17,11 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/satori/go.uuid v1.2.0
github.com/sethvargo/go-retry v0.2.4
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.9.0
github.com/zbindenren/king v0.3.1
github.com/zbindenren/sfmt v0.1.0
go.uber.org/zap v1.24.0
golang.org/x/oauth2 v0.5.0
golang.org/x/term v0.18.0
golang.org/x/term v0.21.0
google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.33.0
Expand All @@ -36,10 +33,12 @@ require (
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
Expand All @@ -49,16 +48,19 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/sykesm/zap-logfmt v0.0.4 // indirect
gitlab.pnet.ch/linux/go/auth v0.1.1-0.20240618053820-18382f9e0efb // indirect
gitlab.pnet.ch/linux/go/crpcauth v0.1.1-0.20240617142938-6f35847f6293 // indirect
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
go.etcd.io/etcd/client/v3 v3.5.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
Expand Down
78 changes: 44 additions & 34 deletions go.sum

Large diffs are not rendered by default.

111 changes: 0 additions & 111 deletions internal/auth/ask.go

This file was deleted.

27 changes: 0 additions & 27 deletions internal/auth/ask_test.go

This file was deleted.

Loading

0 comments on commit 63478b6

Please sign in to comment.