File: go.mod

package info (click to toggle)
golang-github-uber-go-tally 4.1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: makefile: 89; sh: 13
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/uber-go/tally/tools

go 1.18

require (
	golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
	honnef.co/go/tools v0.3.2
)

require (
	github.com/BurntSushi/toml v1.1.0 // indirect
	golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
	golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
	golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
	golang.org/x/tools v0.1.11 // indirect
)