You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
161 B
8 lines
161 B
module code.vikunja.io/go-sdk
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
)
|