mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 22:34:48 +01:00
24 lines
617 B
YAML
24 lines
617 B
YAML
|
package: github.com/pengsrc/go-shared
|
||
|
import:
|
||
|
# Test
|
||
|
- package: github.com/stretchr/testify
|
||
|
version: v1.1.4
|
||
|
- package: github.com/davecgh/go-spew
|
||
|
version: v1.1.0
|
||
|
- package: github.com/pmezard/go-difflib
|
||
|
version: v1.0.0
|
||
|
# JSON
|
||
|
- package: github.com/Jeffail/gabs
|
||
|
version: 1.0
|
||
|
# YAML
|
||
|
- package: gopkg.in/yaml.v2
|
||
|
version: a5b47d31c556af34a302ce5d659e6fea44d90de0
|
||
|
repo: https://github.com/go-yaml/yaml.git
|
||
|
# Logging
|
||
|
- package: github.com/Sirupsen/logrus
|
||
|
version: v0.11.0
|
||
|
# GoLang
|
||
|
- package: golang.org/x/sys
|
||
|
version: f3918c30c5c2cb527c0b071a27c35120a6c0719a
|
||
|
repo: https://github.com/golang/sys.git
|