Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/job_refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package cmd

import (
"context"
"errors"
"fmt"
"io"
"time"

"github.com/odpf/salt/log"
"github.com/pkg/errors"
cli "github.com/spf13/cobra"
"google.golang.org/grpc"

Expand Down
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/briandowns/spinner v1.18.0
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/emirpasic/gods v1.12.0
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/google/go-github v17.0.0+incompatible
github.com/google/uuid v1.3.0
Expand Down Expand Up @@ -37,6 +38,7 @@ require (
github.com/slack-go/slack v0.9.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/xlab/treeprint v1.1.0
Expand All @@ -62,12 +64,6 @@ require (
gorm.io/gorm v1.21.16
)

require (
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
)

require (
cloud.google.com/go v0.94.0 // indirect
cloud.google.com/go/storage v1.16.1 // indirect
Expand Down Expand Up @@ -135,6 +131,7 @@ require (
github.com/muesli/termenv v0.9.0 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
Expand Down