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.

9 lines
139B

  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. )