igcfs/go-igc

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/igcfs/go-igc

require (
    github.com/BurntSushi/toml v0.3.1 // indirect
    github.com/golang/geo v0.0.0-20170803022016-284d0e782614
    github.com/kr/pretty v0.1.0 // indirect
    github.com/marni/goigc v0.1.0
    github.com/pmezard/go-difflib v1.0.0 // indirect
    github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930
    github.com/spf13/viper v1.0.0
    github.com/stretchr/testify v1.2.2 // indirect
    gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)