Skip to content

Commit

Permalink
fix: 2024-06-11 15:07:32
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee committed Jun 11, 2024
1 parent f138dbe commit 35b4b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/protobuild/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package protobuild
import (
"bytes"
"fmt"
"github.com/a8m/envsubst"
"io"
"io/fs"
"os"
Expand All @@ -12,7 +11,7 @@ import (
"strings"
"sync"

_ "github.com/a8m/envsubst"
"github.com/a8m/envsubst"
"github.com/cnf/structhash"
"github.com/pubgo/funk/assert"
"github.com/pubgo/funk/errors"
Expand Down

0 comments on commit 35b4b98

Please sign in to comment.