Skip to content

Commit

Permalink
fix: bump hydra sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Sep 20, 2024
1 parent 67c2253 commit 86ef095
Show file tree
Hide file tree
Showing 6 changed files with 1,675 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

FROM golang:1.13-alpine AS build
FROM golang:1.21-alpine AS build

ARG VERSION
ARG GOPROXY
Expand Down
15 changes: 9 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
module github.com/i-core/werther

require (
github.com/OneOfOne/xxhash v1.2.2 // indirect
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/cespare/xxhash v1.0.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/coocood/freecache v1.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/go-ldap/ldap/v3 v3.2.3
github.com/i-core/rlog v1.0.0
github.com/i-core/routegroup v1.0.0
github.com/justinas/nosurf v0.0.0-20171023064657-7182011986c4
github.com/kelseyhightower/envconfig v1.3.0
github.com/kevinburke/go-bindata v3.13.0+incompatible
github.com/pkg/errors v0.8.1
github.com/kr/pretty v0.3.0 // indirect
github.com/ory/hydra-client-go/v2 v2.2.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/zap v1.10.0
golang.org/x/text v0.3.2
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/text v0.14.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

go 1.13
Loading

0 comments on commit 86ef095

Please sign in to comment.