From e5a091a092705a18edab537abfa0b87f7ac6eec3 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 27 Mar 2021 23:43:24 -0400 Subject: [PATCH] Don't depend on my computer path --- benchmark/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmark/go.mod b/benchmark/go.mod index 9e09e18..c1bf154 100644 --- a/benchmark/go.mod +++ b/benchmark/go.mod @@ -4,11 +4,10 @@ go 1.16 replace github.com/pelletier/go-toml/v2 => ../ -replace github.com/pelletier/go-toml-v1 => /home/thomas/src/github.com/pelletier/go-toml-v1 +replace github.com/pelletier/go-toml-v1 => github.com/pelletier/go-toml v1.8.1 require ( github.com/BurntSushi/toml v0.3.1 - github.com/pelletier/go-toml v1.8.1 // indirect github.com/pelletier/go-toml-v1 v0.0.0-00010101000000-000000000000 github.com/pelletier/go-toml/v2 v2.0.0-00010101000000-000000000000 github.com/stretchr/testify v1.7.0