File: go.mod

package info (click to toggle)
golang-github-minio-cli 1.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: python: 241; sh: 11; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/minio/cli

go 1.12

require (
	github.com/BurntSushi/toml v0.3.1
	gopkg.in/urfave/cli.v1 v1.20.0
	gopkg.in/yaml.v2 v2.2.2
)