A collection of worker programs for server tasks
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

9 lines
158B

  1. module git.exmods.org/NGnius/lion-turtle/leadercraft-shopper
  2. go 1.13
  3. require (
  4. github.com/lib/pq v1.3.0
  5. github.com/mattn/go-sqlite3 v2.0.3+incompatible
  6. )