Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.0

require (
github.com/stretchr/testify v1.11.1
github.com/thalassa-cloud/client-go v0.30.0
github.com/thalassa-cloud/client-go v0.31.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.33.0
k8s.io/apimachinery v0.33.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/thalassa-cloud/client-go v0.30.0 h1:/4N+nH7Wy49R4t9BTsAAZddvG+4CHVBKG1cWYwP3MQI=
github.com/thalassa-cloud/client-go v0.30.0/go.mod h1:jV7lYCvUJcm6FKHSbZDUmBeREgICSThFaPQylDLka6c=
github.com/thalassa-cloud/client-go v0.31.1 h1:UxFNHdrEZRh3rIpK7rHd44xpym1UirOtCfrnkiIDY+M=
github.com/thalassa-cloud/client-go v0.31.1/go.mod h1:jV7lYCvUJcm6FKHSbZDUmBeREgICSThFaPQylDLka6c=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
Expand Down
163 changes: 163 additions & 0 deletions vendor/github.com/thalassa-cloud/client-go/pkg/client/auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ github.com/stoewer/go-strcase
github.com/stretchr/testify/assert
github.com/stretchr/testify/assert/yaml
github.com/stretchr/testify/require
# github.com/thalassa-cloud/client-go v0.30.0
# github.com/thalassa-cloud/client-go v0.31.1
## explicit; go 1.25.0
github.com/thalassa-cloud/client-go/filters
github.com/thalassa-cloud/client-go/iaas
Expand Down