Skip to content

Commit

Permalink
Update flagcfg and toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientlore committed May 24, 2024
1 parent d516dbd commit 4f620ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/ancientlore/hurl

require (
github.com/ancientlore/flagcfg v1.1.0
github.com/ancientlore/flagcfg v1.2.0
github.com/ancientlore/kubismus v1.1.3
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
github.com/google/uuid v1.6.0
)

require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/ancientlore/flagcfg v1.1.0 h1:12pNrlrjfX/JeYTUvxB79nbeYHHGLT8PSC081dGeOv8=
github.com/ancientlore/flagcfg v1.1.0/go.mod h1:4V9f6umRbQdgPYvJsJ2uxJmHx/7fzo9pd4s7JA0jTvs=
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/ancientlore/flagcfg v1.2.0 h1:w3US0LsW32KzANf9p/bZo9tJqU1GV89ngct4N5iFsGM=
github.com/ancientlore/flagcfg v1.2.0/go.mod h1:GOW9KEQDjJ6588zECtvPNy4A/VM8UaPyll0tZLo6ovo=
github.com/ancientlore/kubismus v1.1.3 h1:Wqte030RdyZnwlMs18uTyVCuEK4NARnN42Uml4VNBlY=
github.com/ancientlore/kubismus v1.1.3/go.mod h1:KsopJrcGj1MqqMHFIsd2etZIvyD9O7vIDxxvaT4lLn4=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 4f620ff

Please sign in to comment.