1
0
mirror of https://github.com/badkaktus/gorocket.git synced 2024-12-12 11:15:05 +02:00
gorocket/go.mod

9 lines
136 B
Modula-2
Raw Permalink Normal View History

2022-09-19 13:14:59 +02:00
module github.com/badkaktus/gorocket
2020-05-04 21:25:06 +02:00
2022-09-19 14:20:21 +02:00
go 1.13
2022-10-02 14:32:13 +02:00
2024-02-03 21:54:40 +02:00
require (
github.com/google/go-querystring v1.1.0
github.com/stretchr/testify v1.8.4
)