Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
glin-gogogo committed Feb 27, 2023
1 parent 85a56e9 commit cf7d0df
Show file tree
Hide file tree
Showing 4 changed files with 880 additions and 0 deletions.
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/urchinfs/hengqin-sdk

go 1.19

require (
github.com/studio-b12/gowebdav v0.0.0-20230203202212-3282f94193f2
github.com/urchinfs/hengqin-sdk v0.1.3
gopkg.in/resty.v1 v1.12.0
)

require golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 h1:eH6Eip3UpmR+yM/qI9Ijluzb1bNv/cAU/n+6l8tRSis=
golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
gopkg.in/resty.v1 v1.12.0 h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=
gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo=
Loading

0 comments on commit cf7d0df

Please sign in to comment.