mirror of
https://github.com/badkaktus/gorocket.git
synced 2024-12-12 11:15:05 +02:00
9 lines
136 B
Modula-2
9 lines
136 B
Modula-2
module github.com/badkaktus/gorocket
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|