mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 03:45:25 +01:00
10 lines
224 B
Modula-2
10 lines
224 B
Modula-2
module github.com/yunify/qingstor-sdk-go/v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pengsrc/go-shared v0.2.1-0.20190131101655-1999055a4a14
|
|
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|