diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-09-09 22:37:34 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-09-09 22:37:34 -0400 |
| commit | 3035f885636c72bd62329af3dc82efc74bc6ad09 (patch) | |
| tree | 79a521db6178fb353399bf2e2e61fe0db9913b03 | |
| parent | f31efd7579b4841d85d6054606bdd86a54dc142b (diff) | |
| download | xesite-3035f885636c72bd62329af3dc82efc74bc6ad09.tar.xz xesite-3035f885636c72bd62329af3dc82efc74bc6ad09.zip | |
go mod tidy
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | go.mod | 12 | ||||
| -rw-r--r-- | go.sum | 5 |
2 files changed, 4 insertions, 13 deletions
@@ -5,18 +5,14 @@ go 1.21.0 require ( github.com/stretchr/testify v1.8.4 go.jetpack.io/tyson v0.1.1 + golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 + maze.io/x/readingtime v0.0.0-20190130114815-bef8821f8fd8 tailscale.com v1.48.1 ) -require ( - go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect - golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect - maze.io/x/readingtime v0.0.0-20190130114815-bef8821f8fd8 // indirect -) +require go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect require ( - github.com/BurntSushi/toml v1.2.1 // indirect - github.com/common-fate/frontmatter v0.0.0-20220825121704-2d2ec51f9c73 github.com/davecgh/go-spew v1.1.1 // indirect github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect github.com/dop251/goja v0.0.0-20211115154819-26ebff68a7d5 // indirect @@ -27,6 +23,6 @@ require ( github.com/tetratelabs/wazero v1.5.0 golang.org/x/sys v0.10.0 // indirect golang.org/x/text v0.11.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect + gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 // indirect ) @@ -1,8 +1,3 @@ -github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= -github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/common-fate/frontmatter v0.0.0-20220825121704-2d2ec51f9c73 h1:JZt+aGTp9AghUxzIQ5M1sDvpiyAi857P2DkbmY19KpI= -github.com/common-fate/frontmatter v0.0.0-20220825121704-2d2ec51f9c73/go.mod h1:wzIx7x7HUJ7wtLG1pTgRJhHkPqxntv7r45t19obL/gQ= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= |
