diff --git a/go.mod b/go.mod index 1731bfa..a82c6c7 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/ndtoan96/mdgo go 1.16 require ( - github.com/ndtoan96/mgdex v0.4.1 + github.com/ndtoan96/mgdex v0.5.0 github.com/spf13/cobra v1.2.1 ) diff --git a/go.sum b/go.sum index 7e695fc..e85c826 100644 --- a/go.sum +++ b/go.sum @@ -185,8 +185,8 @@ github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/ndtoan96/mgdex v0.4.1 h1:eJKjW6CHzYYvEDI+Ln0orC+H99l6TOpEGxcR4Ny8KJA= -github.com/ndtoan96/mgdex v0.4.1/go.mod h1:WSFsCGrfTdEB/i1IFV+8QQRN5TfVn4o6i2/L1zh9ym0= +github.com/ndtoan96/mgdex v0.5.0 h1:ZdgXcSRTzsOkiGPTRCsHUqu9oup6kOfj+4EjNcbxtEg= +github.com/ndtoan96/mgdex v0.5.0/go.mod h1:WSFsCGrfTdEB/i1IFV+8QQRN5TfVn4o6i2/L1zh9ym0= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=