Skip to content

Commit

Permalink
chore(rebase): rebase from main
Browse files Browse the repository at this point in the history
  • Loading branch information
kumfo committed Jul 10, 2024
1 parent be49ab5 commit c88671f
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 802 deletions.
53 changes: 0 additions & 53 deletions connector-basic/util.go

This file was deleted.

53 changes: 0 additions & 53 deletions connector-github/util.go

This file was deleted.

53 changes: 0 additions & 53 deletions connector-google/util.go

This file was deleted.

53 changes: 0 additions & 53 deletions editor-chart/util.go

This file was deleted.

53 changes: 0 additions & 53 deletions editor-formula/util.go

This file was deleted.

5 changes: 1 addition & 4 deletions embed-basic/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,4 @@ func (e *Embed) ConfigFields() []plugin.ConfigField {

func (e *Embed) ConfigReceiver(config []byte) error {
c := &EmbedConfig{}
_ = json.Unmarshal(config, c)
e.Config = c
return nil
}
_
53 changes: 0 additions & 53 deletions embed-basic/util.go

This file was deleted.

53 changes: 0 additions & 53 deletions notification-slack/util.go

This file was deleted.

2 changes: 0 additions & 2 deletions reviewer-akismet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ go 1.19

require (
github.com/apache/incubator-answer v1.3.1-0.20240506084933-9681c026adfe
github.com/apache/incubator-answer-plugins/util v0.0.0-00010101000000-000000000000
github.com/go-resty/resty/v2 v2.12.0
github.com/segmentfault/pacman v1.0.5-0.20230822083413-c0075a2d401f
gopkg.in/yaml.v2 v2.4.0
)

require (
Expand Down
Loading

0 comments on commit c88671f

Please sign in to comment.