File: go.mod

package info (click to toggle)
golang-github-ionos-cloud-sdk-go 6.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,332 kB
  • sloc: sh: 35; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/ionos-cloud/sdk-go/v6

go 1.21

require (
	golang.org/x/oauth2 v0.21.0
)

retract (
	v6.0.5851 // Published accidentally.
)