mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 08:05:21 -04:00
12 lines
317 B
Modula-2
12 lines
317 B
Modula-2
module github.com/jakejarvis/npqueue
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-contrib/secure v0.0.0-20190913150500-0a1d39a681e3
|
|
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/heroku/x v0.0.14
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
)
|