Skip to content

Commit

Permalink
agato
Browse files Browse the repository at this point in the history
  • Loading branch information
linesnovas committed Mar 6, 2017
1 parent c31d83d commit 23f79af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cmd/test_program.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import (
"os"
"time"

"github.com/pelletier/go-toml"
"github.com/agato/go-toml"
"agato/go-toml"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/tomljson/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"io"
"os"

"github.com/pelletier/go-toml"
"github.com/agato/go-toml"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/tomll/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"io/ioutil"
"os"

"github.com/pelletier/go-toml"
"github.com/agato/go-toml"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strconv"
"strings"

"github.com/pelletier/go-buffruneio"
"github.com/agato/go-buffruneio"
)

var dateRegexp *regexp.Regexp
Expand Down

0 comments on commit 23f79af

Please sign in to comment.