mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-24 16:05:38 +00:00
9 lines
111 B
Modula-2
9 lines
111 B
Modula-2
|
module github.com/go-git/gcfg
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
gopkg.in/warnings.v0 v0.1.2
|
||
|
)
|