File: go.mod

package info (click to toggle)
git-credential-oauth 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 152 kB
  • sloc: makefile: 7
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
6
7
module github.com/hickford/git-credential-oauth

go 1.23.0

toolchain go1.24.1

require golang.org/x/oauth2 v0.30.0