Skip to content

Commit

Permalink
Update module go.infratographer.com/permissions-api to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 0add82c commit 06d2cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.infratographer.com/load-balancer-api

go 1.21
go 1.22

toolchain go1.22.1

require (
entgo.io/contrib v0.4.5
Expand All @@ -23,7 +25,7 @@ require (
github.com/vektah/gqlparser/v2 v2.5.11
github.com/wundergraph/graphql-go-tools v1.67.1
go.infratographer.com/metadata-api v0.0.4
go.infratographer.com/permissions-api v0.3.2
go.infratographer.com/permissions-api v0.3.3
go.infratographer.com/x v0.3.9
go.uber.org/zap v1.26.0
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ github.com/zclconf/go-cty v1.14.1/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgr
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
go.infratographer.com/metadata-api v0.0.4 h1:4wAG7fUTOjQtDoh8E+TrwG/Smi7eUSQd9OXvOIbXZng=
go.infratographer.com/metadata-api v0.0.4/go.mod h1:Xu5J7V+9Dx+4DI/Tau10i8de1b3hWEjMyrzS/mV9JqY=
go.infratographer.com/permissions-api v0.3.2 h1:HvT7FSWLxRZ68wvM1xGYhHl3l0tVU2qWy2x9RWX69CA=
go.infratographer.com/permissions-api v0.3.2/go.mod h1:aWwxTxfwGDnEaT3yU02AHQ6iFb0m83y2ePZj4rak9vM=
go.infratographer.com/permissions-api v0.3.3 h1:Hkf5BilVMXL+9BR33BkfK6HJ878y2wCHcmNp//7+Gpg=
go.infratographer.com/permissions-api v0.3.3/go.mod h1:LvGB1cHfaB0/uKMAx+np0FwlAxCg4gqqK9PkQbHaJ8E=
go.infratographer.com/x v0.3.9 h1:fsfF/w5zHgiNAHvYmvsWlICNha2X53WNLVSKOkyPnWo=
go.infratographer.com/x v0.3.9/go.mod h1:n/61MZRKFbGlS8xUwAhTyDhqcL2Wk6uPsXADC2n5t1I=
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1 h1:yJWyqeE+8jdOJpt+ZFn7sX05EJAK/9C4jjNZyb61xZg=
Expand Down

0 comments on commit 06d2cac

Please sign in to comment.