mirror of
https://github.com/iflamed/schedule.git
synced 2025-12-24 12:38:01 +08:00
15 lines
311 B
Modula-2
15 lines
311 B
Modula-2
module github.com/iflamed/schedule
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/golang-module/carbon/v2 v2.1.9
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|