You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/go.mod

11 lines
272 B

module github.com/dtapps/go-library
go 1.16
require (
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/nilorg/sdk v0.0.0-20210429091026-95b6cdc95c84
)