mirror of
https://github.com/wahyd4/cash-code-test.git
synced 2026-08-09 05:16:05 +10:00
10 lines
124 B
AMPL
10 lines
124 B
AMPL
module github.com/wahyd4/cash
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
)
|