Skip to content

Commit

Permalink
Update dependency, github.com/no-src/log v0.0.5 => v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev committed Jun 16, 2023
1 parent 75c2b48 commit a15d675
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/no-src/hosts

go 1.17
go 1.19

require github.com/no-src/log v0.0.5
require github.com/no-src/log v0.1.10
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/no-src/log v0.0.5 h1:5B0wIl5+kB1XXGZKHZugGViXQnzHc7dp5puTro18pe0=
github.com/no-src/log v0.0.5/go.mod h1:C58ahv0WdsBL3Yxi+v6wyUXzwqk7aEPN+/1ltOsdHXg=
github.com/no-src/log v0.1.10 h1:Cffl4xILkfqZD8OxTrEjpjdDMt2jaGe4dMn707CdxoY=
github.com/no-src/log v0.1.10/go.mod h1:C58ahv0WdsBL3Yxi+v6wyUXzwqk7aEPN+/1ltOsdHXg=
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package main

import (
"github.com/no-src/log"
"io/ioutil"
"os"
"regexp"
"runtime"
"sort"
"strings"

"github.com/no-src/log"
)

func main() {
Expand Down

0 comments on commit a15d675

Please sign in to comment.