Client for the pixeldrain API. Used by pixeldrain itself for tranferring data between the web UI and API server. And for rendering JSON responses
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.

10 lines
286 B

4 years ago
  1. module fornaxian.tech/pixeldrain_api_client
  2. go 1.17
  3. require (
  4. github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
  5. github.com/golang/snappy v0.0.3 // indirect
  6. github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
  7. gopkg.in/inf.v0 v0.9.1 // indirect
  8. )