Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Oct 25, 2023
1 parent ed303a1 commit ac0ee4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cottand/grimd/v2
module github.com/cottand/grimd

require (
github.com/BurntSushi/toml v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/cottand/grimd/v2/internal/metric"
"github.com/cottand/grimd/internal/metric"
"net"
"strings"
"sync"
Expand Down

0 comments on commit ac0ee4a

Please sign in to comment.