File: go.mod

package info (click to toggle)
golang-github-scaleway-scaleway-sdk-go 1.0.0~beta32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,444 kB
  • sloc: sh: 70; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/scaleway/scaleway-sdk-go

go 1.17

require (
	github.com/dnaeon/go-vcr v1.2.0
	golang.org/x/text v0.21.0
	gopkg.in/yaml.v2 v2.4.0
)