pehpeh API server in golang
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.

пре 4 година
пре 4 година
12345678910
  1. module pehpeh.dev/api
  2. go 1.14
  3. require (
  4. git.thevis.us/skepto/env v0.0.0-20200712040037-f8a5c3d1b0fa
  5. git.thevis.us/skepto/rex v0.10.0
  6. github.com/gorilla/mux v1.7.4
  7. github.com/stretchr/testify v1.2.2
  8. )