Skip to content

Commit

Permalink
fix: update uptrends client
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Apr 11, 2023
1 parent 599d48d commit 282e95d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/golang/mock v1.6.0
github.com/golangci/golangci-lint v1.43.0
github.com/helm/chart-releaser v1.5.0
github.com/ionos-cloud/uptrends-go v0.0.0-20221119194631-e75f6a308bc7
github.com/ionos-cloud/uptrends-go v0.0.0-20230411151518-62e7840601a0
github.com/prometheus/client_golang v1.12.2
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7P
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/ionos-cloud/uptrends-go v0.0.0-20221119194631-e75f6a308bc7 h1:hsT2kveIODD2rbDHvIoBCLQ0/xWDoVIkRZrzvLHrlhg=
github.com/ionos-cloud/uptrends-go v0.0.0-20221119194631-e75f6a308bc7/go.mod h1:nDE2WF7986H2iW9HwsujpT5WrLjTQXe5AdKKh0x23Wk=
github.com/ionos-cloud/uptrends-go v0.0.0-20230411151518-62e7840601a0 h1:+EK1fyyERg+jk7FXJqATMqNZnmUILsyWhhf+uTYqw2o=
github.com/ionos-cloud/uptrends-go v0.0.0-20230411151518-62e7840601a0/go.mod h1:nDE2WF7986H2iW9HwsujpT5WrLjTQXe5AdKKh0x23Wk=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jgautheron/goconst v1.5.1 h1:HxVbL1MhydKs8R8n/HE5NPvzfaYmQJA3o879lE4+WcM=
github.com/jgautheron/goconst v1.5.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4=
Expand Down

0 comments on commit 282e95d

Please sign in to comment.