mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-23 02:51:37 +01:00
6cff3b1cc7
Merge branch 'master' into vendor-migrate-go-git Merge branch 'master' into vendor-migrate-go-git migrate src-d/go-git -> go-git/go-git Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/128 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
11 lines
280 B
Modula-2
11 lines
280 B
Modula-2
module github.com/go-git/go-billy/v5
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
|
|
)
|
|
|
|
go 1.13
|