Skip to content

Commit

Permalink
Use AnimeKaizoku/ssg instead of ALiwoto/StrongStringGo
Browse files Browse the repository at this point in the history
Signed-off-by: aliwoto <[email protected]>
  • Loading branch information
aliwoto committed Apr 26, 2022
1 parent 5e37262 commit ae5cf95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion argparser/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"errors"
"strings"

ws "github.com/ALiwoto/StrongStringGo/strongStringGo"
ws "github.com/AnimeKaizoku/ssg/ssg"
)

// Flag is the options passed along with the commands
Expand Down
2 changes: 1 addition & 1 deletion argparser/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strconv"
"strings"

ws "github.com/ALiwoto/StrongStringGo/strongStringGo"
ws "github.com/AnimeKaizoku/ssg/ssg"
)

//---------------------------------------------------------
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/ALiwoto/argparser

go 1.16
go 1.18

require github.com/ALiwoto/StrongStringGo v1.0.9
require github.com/AnimeKaizoku/ssg v1.1.3

require golang.org/x/text v0.3.7 // indirect
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/ALiwoto/StrongStringGo v1.0.9 h1:sQp7A0a3enAY9gvAU5kvzht+IexYZ/UEu3XyV/++GQU=
github.com/ALiwoto/StrongStringGo v1.0.9/go.mod h1:t7WxtiphnwdgJaq443DSCAw7q+Ut3V8Pg1kT6IcdKmE=
github.com/AnimeKaizoku/ssg v1.1.3 h1:J33RtTU54sdAiabG8vo9Nqo4lITVOw0IkhIVol36RbM=
github.com/AnimeKaizoku/ssg v1.1.3/go.mod h1:pe9BzQLW45VHgs4Puq1WcvnY+G5r07ecg2+MIycC1OM=
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=

0 comments on commit ae5cf95

Please sign in to comment.