File: go.mod

package info (click to toggle)
golang-github-azuread-microsoft-authentication-library-for-go 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/AzureAD/microsoft-authentication-library-for-go

go 1.18

require (
	github.com/cli/browser v1.2.0
	github.com/golang-jwt/jwt/v4 v4.4.3
	github.com/google/uuid v1.3.0
	github.com/kylelemons/godebug v1.1.0
	github.com/montanaflynn/stats v0.7.0
)

require golang.org/x/sys v0.5.0 // indirect