File: go.mod

package info (click to toggle)
golang-github-peterbourgon-ff 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: sh: 9; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/peterbourgon/ff/v3

go 1.18

require (
	github.com/pelletier/go-toml v1.9.5
	gopkg.in/yaml.v2 v2.4.0
)