|
module github.com/anacrolix/log
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/anacrolix/missinggo v1.3.0
|
|
github.com/anacrolix/missinggo/v2 v2.5.2 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|