File: go.mod

package info (click to toggle)
golang-github-gophercloud-utils 0.0~git20200508.b0167b9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 784 kB
  • sloc: sh: 20; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module github.com/gophercloud/utils

require (
	github.com/gophercloud/gophercloud v0.6.1-0.20191122030953-d8ac278c1c9d
	github.com/hashicorp/go-uuid v1.0.1
	github.com/mitchellh/go-homedir v1.1.0
	gopkg.in/yaml.v2 v2.2.4
)

go 1.13