File: go.mod

package info (click to toggle)
golang-github-azure-azure-pipeline-go 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/Azure/azure-pipeline-go

go 1.14

require (
	github.com/mattn/go-ieproxy v0.0.1
	github.com/pkg/errors v0.9.1
)