Skip to content

Commit d547cd2

Browse files
chore(deps): bump github.com/posthog/posthog-go from 0.0.0-20240327112532-87b23fe11103 to 1.14.0 (#3197)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 0d32469 commit d547cd2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/cli/internal/telemetry/posthog/posthog.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2024 The Chainloop Authors.
2+
// Copyright 2024-2026 The Chainloop Authors.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ func NewClient(apiKey string, endpointURL string) (*Tracker, error) {
3939
noopLogger := log.New(io.Discard, "", 0)
4040
client, err := posthog.NewWithConfig(apiKey, posthog.Config{
4141
Endpoint: endpointURL,
42-
Logger: posthog.StdLogger(noopLogger),
42+
Logger: posthog.StdLogger(noopLogger, false),
4343
})
4444
if err != nil {
4545
return nil, fmt.Errorf("failed to create PostHog client: %w", err)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ require (
8686
github.com/open-policy-agent/opa v1.17.0
8787
github.com/openvex/go-vex v0.2.8
8888
github.com/owenrumney/go-sarif/v3 v3.3.0
89-
github.com/posthog/posthog-go v0.0.0-20240327112532-87b23fe11103
89+
github.com/posthog/posthog-go v1.14.0
9090
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
9191
github.com/sigstore/cosign/v3 v3.0.6
9292
github.com/sigstore/fulcio v1.8.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
10641064
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
10651065
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
10661066
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
1067-
github.com/posthog/posthog-go v0.0.0-20240327112532-87b23fe11103 h1:YEWdfKVtz5Db85b8RLIZ1IY3PLSB1fW49hvK2yIL6JU=
1068-
github.com/posthog/posthog-go v0.0.0-20240327112532-87b23fe11103/go.mod h1:QjlpryJtfYLrZF2GUkAhejH4E7WlDbdKkvOi5hLmkdg=
1067+
github.com/posthog/posthog-go v1.14.0 h1:pN0+v7kvKkykRQDf6E0KNYJvKqhJ+VzQGlfxYHfZMhs=
1068+
github.com/posthog/posthog-go v1.14.0/go.mod h1:xsVOW9YImilUcazwPNEq4PJDqEZf2KeCS758zXjwkPg=
10691069
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt9k/+g42oCprj/FisM4qX9L3sZB3upGN2ZU=
10701070
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
10711071
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=

0 commit comments

Comments
 (0)